projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab12447
)
(main): Declare `fromlen' as size_t, undo previous change.
author
Erik Naggum
<erik@naggum.no>
Sat, 7 Sep 1996 01:06:09 +0000
(
01:06
+0000)
committer
Erik Naggum
<erik@naggum.no>
Sat, 7 Sep 1996 01:06:09 +0000
(
01:06
+0000)
lib-src/emacsserver.c
patch
|
blob
|
history
diff --git
a/lib-src/emacsserver.c
b/lib-src/emacsserver.c
index d82fef55766e23cb1287462330e9d67123787aa7..f4650b0bc5229a91e78fb2d9c4e794182e9048ab 100644
(file)
--- a/
lib-src/emacsserver.c
+++ b/
lib-src/emacsserver.c
@@
-205,9
+205,9
@@
main (argc, argv)
char **argv;
{
char system_name[32];
- int s, infd
, fromlen
;
- s
truct sockaddr_un server
;
- s
ize_t
fromunix;
+ int s, infd;
+ s
ize_t fromlen
;
+ s
truct sockaddr_un server,
fromunix;
char *homedir;
char *str, string[BUFSIZ], code[BUFSIZ];
FILE *infile;